submitClose
suspend fun submitClose(call: <Error class: unknown class>, exchangesApi: ExchangesApi, callback: SubmitCloseCallback?, close: Close)
Handles the submission of a close message by parsing the incoming message, validating the submission, and executing the specified callback if provided.
Parameters
call
The ApplicationCall instance representing the HTTP call.
exchangesApi
The ExchangesApi instance for interacting with TBDex exchanges.
callback
The optional callback function to be executed after a successful close submission.